home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9582 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  879 b 

  1. Path: news.interpac.be!usenet
  2. From: tlgnsmd@mail.interpac.be (Michel Lombart)
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.c,comp.lang.c++
  4. Subject: Re: DLL, VB and Borland C/C++
  5. Date: Sat, 02 Mar 1996 22:09:19 GMT
  6. Organization: Interpac Belgium - Internet service provider
  7. Message-ID: <4hagmf$qc0@donald.interpac.be>
  8. References: <312A0334.AC5@supaero.fr> <4gfg6m$eet@hasle.sn.no>
  9. NNTP-Posting-Host: ppp-02.liege.interpac.be
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Sylvain Souche <souche@supaero.fr> wrote
  13.  
  14. >Hi,
  15.  
  16. >I am trying desperatly to call a DLL created with Borland C/C++ 4.5 in a 
  17. >VB 3.0 application, but VB always complains about a so called "Bad 
  18. >Calling Convention Error". This Error message is not very documented, 
  19. >and Borland Help files are worth nothing, so...
  20.  
  21.  Hi Sylvain.
  22.  
  23. Did you use, if necessary,  the "byval" option in your declaration
  24. code?
  25.  
  26. Michel
  27.  
  28.  
  29.